object LicenseForm: TLicenseForm Left = 240 Top = 171 BorderStyle = bsDialog Caption = 'zMUD License' ClientHeight = 286 ClientWidth = 488 Font.Color = clWindowText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 488 Height = 247 Align = alClient BevelInner = bvLowered BorderWidth = 8 TabOrder = 0 object MainMemo: TMemo Left = 10 Top = 10 Width = 468 Height = 227 TabStop = False Align = alClient Font.Color = clWindowText Font.Height = -15 Font.Name = 'Courier' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssBoth TabOrder = 0 end end object Panel2: TPanel Left = 0 Top = 247 Width = 488 Height = 39 Align = alBottom BevelOuter = bvNone TabOrder = 1 object OKBtn: TBitBtn Left = 7 Top = 7 Width = 195 Height = 26 Caption = 'Yes, I Accept these terms' Font.Color = clBtnText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 Kind = bkOK end object CancelBtn: TBitBtn Left = 286 Top = 7 Width = 196 Height = 26 Caption = 'No, I do NOT Accept these terms' Font.Color = clBtnText Font.Height = -10 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 Kind = bkCancel end end end